home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 102 / Computer Shopper 102 / Computer SHOPPER_102.iso / multimed.ia / violent / 5-3.dir / 00246.ls < prev    next >
Encoding:
Text File  |  1996-04-15  |  512 b   |  23 lines

  1. on enterFrame
  2.   global gLevel
  3.   set gLevel to 0
  4.   if the type of sprite 4 = 16 then
  5.     set the controller of cast the castNum of sprite 4 to 1
  6.     set the pausedAtStart of cast the castNum of sprite 4 to 1
  7.   end if
  8.   repeat with var = 5 to 33
  9.     puppetSprite(var, 1)
  10.   end repeat
  11.   set the blend of sprite 13 to 0
  12.   set the blend of sprite 14 to 0
  13.   set the blend of sprite 15 to 0
  14.   set the blend of sprite 16 to 0
  15.   updateStage()
  16. end
  17.  
  18. on exitFrame
  19.   global gPage, gSound
  20.   set gSound to 0
  21.   putOn(gPage)
  22. end
  23.